home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / amiga / convrtrs / pbmplus / update4.lha / manual / ppmtogif.man next >
Encoding:
Text File  |  1993-07-05  |  1.4 KB  |  67 lines

  1.  
  2.  
  3.  
  4.      ppmtogif(1)         AMIGA (01 September 1989)         ppmtogif(1)
  5.  
  6.  
  7.  
  8.      NAME
  9.           ppmtogif - convert a portable pixmap into a GIF file
  10.  
  11.      SYNOPSIS
  12.           ppmtogif [-interlace] [-sort] [-map mapfile ] [ppmfile]
  13.  
  14.      DESCRIPTION
  15.           Reads a portable pixmap as input.  Produces a GIF file as
  16.           output.
  17.  
  18.      OPTIONS
  19.           -interlace
  20.                Tells the program to produce an interlaced GIF file.
  21.  
  22.           -sort
  23.                Produces a GIF file with a sorted color map.
  24.  
  25.           -map mapfile
  26.  
  27.                Uses the colors found in the mapfile to create the
  28.                colormap in the GIF file, instead of the colors from
  29.                ppmfile. The mapfile can be any ppm file; all that
  30.                matters is the colors in it. If the colors in ppmfile
  31.                do not match those in mapfile , they are matched to a
  32.                "best match". A (much) better result can be obtained by
  33.                using the following filter in advance:
  34.  
  35.                ppmquant -floyd -map mapfile
  36.  
  37.           All flags can be abbreviated to their shortest unique
  38.           prefix.
  39.  
  40.      SEE ALSO
  41.           giftoppm(1), ppmquant(1), ppm(5)
  42.  
  43.      AUTHOR
  44.           Based on GIFENCOD by David Rowley
  45.           <mgardi@watdcsu.waterloo.edu>.  Lempel-Ziv compression based
  46.           on "compress".
  47.  
  48.           Copyright (C) 1989 by Jef Poskanzer.
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                           (printed 7/5/93)
  64.  
  65.  
  66.  
  67.